-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding environment variable to allow skip NUMA node check #505
Adding environment variable to allow skip NUMA node check #505
Conversation
/ok to test |
/ok to test |
/ok to test |
/merge |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## branch-24.10 #505 +/- ##
================================================
+ Coverage 73.97% 73.98% +0.01%
================================================
Files 403 403
Lines 14467 14471 +4
Branches 1136 1138 +2
================================================
+ Hits 10702 10707 +5
+ Misses 3765 3764 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
If the NUMA node check fails for a GPU, the entire pipeline cannot start. This allows setting
MRC_SKIP_NUMA_CHECK=1
to bypass the assertion if the check fails.Closes #504